home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / IShield for Visual C++ 6.0 / DATA1.CAB / Include_Files / SDDIALOG.RUL < prev    next >
Encoding:
Text File  |  1997-11-20  |  4.3 KB  |  182 lines

  1.  
  2.  /*=======================================================================*/
  3.  /*                                                                       */
  4.  /*           (c) InstallShield Software Corporation (1996-1997)          */
  5.  /*            (c)  InstallShield Corporation  (1990-1996)                */
  6.  /*                       Schaumburg, Illinois 60173                      */
  7.  /*                          All Rights Reserved                          */
  8.  /*                           InstallShield (R)                           */
  9.  /*                                                                       */
  10.  /*   File    : sddialog.rul                                              */
  11.  /*                                                                       */
  12.  /*   Purpose : This file contains the includes for each dialog.          */
  13.  /*             If space of the resulting .ins file is a concern then     */
  14.  /*             all dialogs not used can be #ifdef out.                   */
  15.  /*                                                                       */
  16.  /*=======================================================================*/
  17.  
  18. #ifndef SD_SINGLE_DIALOGS           // define all dialogs if this is not defined
  19.  
  20. #define SD_REGISTERUSEREX               1
  21. #define SD_REGISTERUSER                 1
  22. #define SD_CONFIRMREGISTRATION          1
  23. #define SD_CONFIRMNEWDIR                1
  24. #define SD_ASKDESTPATH                  1
  25. #define SD_WELCOME                      1
  26. #define SD_SHOWINFOLIST                 1
  27. #define SD_SELECTFOLDER                 1
  28. #define SD_SETUPTYPE                    1
  29. #define SD_SETUPTYPEEX                  1
  30. #define SD_SHOWANYDIALOG                1
  31. #define SD_DISPLAYTOPICS                1
  32. #define SD_SHOWMSG                      1
  33. #define SD_ASKOPTIONSLIST               1
  34. #define SD_SHOWFILEMODS                 1
  35. #define SD_SHOWDLGEDIT1                 1
  36. #define SD_SHOWDLGEDIT2                 1
  37. #define SD_SHOWDLGEDIT3                 1
  38. #define SD_ASKOPTIONS                   1
  39. #define SD_COMPONENTDIALOG              1
  40. #define SD_COMPONENTDIALOG2             1
  41. #define SD_COMPONENTMULT                1
  42. #define SD_OPTIONSBUTTONS               1
  43. #define SD_BITMAP                       1
  44. #define SD_COMPONENTDIALOGADV           1
  45. #define SD_PRODUCTNAME                  1
  46. #define SD_LICENSE                      1
  47. #define SD_STARTCOPY                    1
  48. #define SD_FINISHREBOOT                 1
  49. #define SD_FINISH                       1
  50.  
  51. #endif
  52.  
  53.  
  54. #include "sdint.rul"  // general utilities
  55.  
  56. #ifdef SD_REGISTERUSEREX
  57. #include "sdregux.rul"
  58. #endif
  59.  
  60. #ifdef SD_REGISTERUSER
  61. #include "sdregu.rul"
  62. #endif
  63.  
  64. #ifdef SD_CONFIRMREGISTRATION
  65. #include "sdcregu.rul"
  66. #endif
  67.  
  68. #ifdef SD_CONFIRMNEWDIR
  69. #include "sdcnewd.rul"
  70. #endif
  71.  
  72. #ifdef SD_ASKDESTPATH
  73. #include "sdadpath.rul"
  74. #endif
  75.  
  76. #ifdef SD_WELCOME
  77. #include "sdwel.rul"
  78. #endif
  79.  
  80. #ifdef SD_SHOWINFOLIST
  81. #include "sdsinfol.rul"
  82. #endif
  83.  
  84. #ifdef SD_SELECTFOLDER
  85. #include "sdsfdr.rul"
  86. #endif
  87.  
  88. #ifdef SD_SETUPTYPE
  89. #include "sdstype.rul"
  90. #endif
  91.  
  92. #ifdef SD_SETUPTYPEEX
  93. #include "sdstypex.rul"
  94. #endif
  95.  
  96. #ifdef SD_SHOWANYDIALOG
  97. #include "sdsadlg.rul"
  98. #endif
  99.  
  100. #ifdef SD_DISPLAYTOPICS
  101. #include "sddtpcs.rul"
  102. #endif
  103.  
  104. #ifdef SD_SHOWMSG
  105. #include "sdsmsg.rul"
  106. #endif
  107.  
  108. #ifdef SD_ASKOPTIONSLIST
  109. #include "sdaoptls.rul"
  110. #endif
  111.  
  112. #ifdef SD_CHANGEDIR
  113. #include "sdcdir.rul"
  114. #endif
  115.  
  116. #ifdef SD_SHOWFILEMODS
  117. #include "sdsfmods.rul"
  118. #endif
  119.  
  120. #ifdef SD_SHOWDLGEDIT1
  121. #include "sdsedt1.rul"
  122. #endif
  123.  
  124. #ifdef SD_SHOWDLGEDIT2
  125. #include "sdsedt2.rul"
  126. #endif
  127.  
  128. #ifdef SD_SHOWDLGEDIT3
  129. #include "sdsedt3.rul"
  130. #endif
  131.  
  132. #ifdef SD_ASKOPTIONS
  133. #include "sdaopts.rul"
  134. #endif
  135.  
  136. #ifdef SD_COMPONENTDIALOGADV
  137. #include "sdcdadv.rul"
  138. #endif
  139.  
  140. #ifdef SD_COMPONENTMULT
  141. #include "sdcommul.rul"
  142. #endif
  143.  
  144. #ifdef SD_OPTIONSBUTTONS
  145. #include "sdoptbut.rul"
  146. #endif
  147.  
  148. #ifdef SD_BITMAP
  149. #include "sdbitmap.rul"
  150. #endif
  151.  
  152. #ifdef SD_COMPONENTDIALOG2
  153. #include "sdcomdl2.rul"
  154. #endif
  155.  
  156. #ifdef SD_COMPONENTDIALOG
  157. #include "sdcomdlg.rul"
  158. #endif
  159.  
  160. #ifdef SD_PRODUCTNAME
  161. #include "sdprodct.rul"
  162. #endif
  163.  
  164. #ifdef SD_LICENSE
  165. #include "sdlic.rul"
  166. #endif
  167.  
  168. #ifdef SD_STARTCOPY
  169. #include "sdscopy.rul"
  170. #endif
  171.  
  172. #ifdef SD_FINISHREBOOT
  173. #include "sdfinbot.rul"
  174. #endif
  175.  
  176.  
  177. #ifdef SD_FINISH
  178. #include "sdfinish.rul"
  179. #endif
  180.  
  181.  
  182.